.carousel {
	z-index: -1;
}


/* 商城品牌开始 */


.fltree {
	opacity: 1 !important;
	visibility: visible !important;
}

.s-fltree {
	display: none !important;
}

.brand_box {
	border: 1px solid #f6f6f6;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #f6f6f6;
}

.brand_box h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-indent: 0.5em;
	margin-top: 15px;
}

.brand_box ul {
	width: 100%;
	overflow: hidden;
	/* padding: 20px 0; */
	margin-bottom: 5px;
}

.brand_box ul li {
	width: 10%;
	float: left;
	padding: 10px;
}

.brand_box ul li a img {
	width: 100%;
	margin: auto;
	display: block;
}

/* 商城品牌结束 */

/* 商城推荐产品开始 */
.hot_box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.hot_box h2 {
	color: #000058;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.hot_box h4 {
    text-indent: 1em;
    line-height: 54px;
    background: #f90;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.t-title {
	color: #5a5a5a;
	font-size: 15px;
	text-align: center;
	line-height: 23px;
}

.xh {
    width: 33.3%;
    float: left;
    padding: 0px 5px 10px;
}

.xh h3 {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #a7a7a7;
	line-height: 41px;
	margin: 0;
}

.branlist_box {
    /* background: #f6f6f6; */
    overflow: hidden;
    margin: 1px 1px;
    padding: 7px 7px;
    border-bottom: 1px solid #ececec;
}

.xh_a {
	width: 35%;
	float: left;
	line-height: 28px;
	height: 28px;
}

.hotlist {
	/* width: 20%; */
}

.hot_box .hotlist_box {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hot_box .hotlist {
	margin-bottom: 15px;
	/* padding: 0 20px; */
	width: 100%;
}

.hot_box .hotlist img {
	width: 70%;
	height: 170.9px;
}


.hot_pic_box {
	border: 1px solid #f2f2f2;
	text-align: center;
}

.hot_prod_tit {
	font-size: 14px;
	font-weight: bold;
	justify-content: space-between;
	color: #333;
	white-space: nowrap;
}

.hot_prod_tit span:nth-child(1) {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot_prod_tit span:nth-child(2) {
	width: 30%;
	text-align: right;
}

.hot_prod_xh {
	color: #000058;
	font-size: 15px;
	font-weight: bold;
}

.btom_btn {
	position: relative;
	top: 10px;
}

.login_jg {
	color: #ff0000;
	font-size: 14px;
}

.but_d {
	float: right;
	background: #ff9900;
	border: none;
	width: 60px;
	color: #fff;
	height: 24px;
}

.but_d a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.cplist{
    width: 78%;
    float: right;
    margin-top: 2%;
}

/* 商城推挤产品结束 */


/* 企业站产品中心开始 */
/* 搜素框开始 */
.prod_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0;
	text-align: center;
}

.index-search {
	max-width: 1200px;
	margin: 0 auto 25px;
	position: relative;
	padding: 0 5px;
}

#index-ybsearch {
	width: 25%;
	height: 38px;
	padding-left: 10px;
}

.index-search_input {
	width: 20%;
	height: 38px;
	padding-left: 10px;
}

.index-serchbtn {
	width: 11.5%;
	height: 38px;
	background: #0078e6;
	border: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
}

.index-input-group input {
	border: 1px solid #c8c8c8;
	font-size: 14px;
	outline: none;
}

/* 搜索框结束 */
.product_box {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}

.product_box .product-single {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 20px 0;
	background: #fafafa;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.product_box .product-single .service-image {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.product_box .product-single .service-image img {
	height: auto;
	width: 70%;
	z-index: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	margin: auto;
}

.product_box .product-single:hover .service-image img {
	transform: scale(1.25, 1.25);
}

.product_box .product-single .content {
	z-index: 2;
	width: 100%;
	margin-top: 30px;
}

.product_box .product-single .content h4 {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	color: #181E4E;
	position: relative;
}

.product_box .product-single .content h4 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding-left: 25px;
}

.product_box .product-single .content h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background: #033566;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product_box .product-single:hover .content h4:before {
	width: 130px;
}

.product_box .product-single .content h4:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #0335664d;
	z-index: -1;
}

.content p a img {
	width: 32px;
	height: 32px;
}

.content p a span {
	position: relative;
	top: -10px;
	left: 10px;
}

.product_box .product-single .content p {
	color: #666;
	line-height: 32px;
	padding-left: 25px;
}

.product_box .product-single .content p a {
	font-size: 14px;
	color: #666;
	transition: all 0.4s;
}

.product_box .product-single .content p a:hover {
	color: #0078e6;
}

.prodcut_bnt {
	padding-left: 25px;
	margin: 20px 0 30px;
}

.prodcut_bnt a {
	text-align: center;
	margin: 0;
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	transition: all 1s ease;
	display: inline-block;
	border: 1px solid #0078e6;
	color: #0078e6;
}

.product_box .product-single:hover .prodcut_bnt a {
	background: #0078e6;
	color: #fff;
}

/* 企业站产品中心结束 */
/*企业站行业新闻轴承知识开始 */
.hy_new_box {
	background: #ff9900;
	padding: 10px 0px 14px;
}

.hy_new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 9px 0 7px;
	color: #ffffff;
}

.hy_box_item {
	margin-bottom: 2px;
	transition: all 400ms linear 0s;
	width: 100%;
	overflow: hidden;
}

.hy_image {
	width: 40%;
	float: left;
}

.hy_new_text {
	width: 100%;
	float: left;
}

.hy_box_item img {
	float: left;
	width: 100%;
	height: 152.41px;
}

.hy_box_item:hover {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.hy_new_text {
	padding: 3px 10px;
	height: 41px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hy_new_text a h4 {
	font-size: 15px;
	/* font-weight: 600; */
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
	width: 81%;
	float: left;
}

.hy_new_text a span {
	float: right;
	line-height: 35px;
	width: 15%;
	color: #fff;
}

.hy_new_text p {
	font-size: 14px;
	color: #414141;
	line-height: 24px;
	margin-bottom: 11px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.theme-btn {
	color: #FFF;
	background-color: #00449a;
	border-radius: 40px;
	font-size: 14px;
	border: none;
	margin: auto;
	float: none;
	display: table;
	padding: 12px 25px;
	transition: all 400ms linear 0s;
}

.hy_box_item:hover .theme-btn {
	background-color: #1d81ff;
	color: #fff;
}

.new_icon {
	color: #00449a;
	font-size: 30px;
	border: none;
	float: none;
	display: table;
	transition: all 400ms linear 0s;
}

.hy_new_time {
	color: #a3a3a3 !important;
}

/* 企业站行业新闻轴承知识结束 */
/* 企业站企业新闻开始 */
.new_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 20px;
	text-align: center;
}

.new_box ul li {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}

.nDate {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 10px 0 0;
}

.numDate {
	float: left;
	width: 60%;
	text-align: right;
	font-weight: bold;
	font-size: 38px;
	color: #ff0000;
}

.yueSet {
	float: left;
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #666;
}

.yrDate {
	font-size: 16px;
	color: #fff;
	background: #0167c9;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	clear: both;
}

.newName {
	width: calc(100% - 0px - 100px);
	float: left;
	margin: 0;
	padding-left: 10px;
	box-sizing: border-box;
}

.newTit .titleSet {
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	padding: 6px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.8s;
}

.newDetail_box {
	width: 82%;
	float: left;
}

.newDetail {
	white-space: normal;
	font-size: 14px;
	padding: 5px 0 0 10px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	color: #999;
	margin: 0;

}

.newDetail_box .detail {
	color: #0078e6;
	font-size: 12px;
	font-style: oblique;
	display: block;
	text-align: left;
	padding: 15px 10px;
}

.new_text_box img {
	float: right;
	width: 18%;
}

.newTit .titleSet:hover {
	color: #0078e6;
}

/* 企业站行业应用开始 */
.ApplyArea .applylist_box {
	margin: 40px 0 0px 0;
}

.ApplyArea .applylist_box .applylist {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.ApplyArea .applylist_box img {
	width: 100%;
	height: 220px;
	transition: all 400ms linear 0s;
}

.ApplyArea .applylist_box img:hover {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.ApplyArea .applylist_box span {
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

/* 企业站行业应用结束 */


/* 手机  (<=768px)*/
@media (max-width: 768px) {


	.hot_box .hot_pic_box .hot-img {
		width: 60%;
		margin: 0 auto;
	}

	.hot-flag-a a {
		width: 100%;
		display: flex;
	}

	.hot_box .hotlist img {
		height: auto;
	}

	.hot_prod_tit {
		flex-direction: column;
	}

	.hotlist .hot-flag {
		flex-direction: initial;
	}

	.hot_box .hotlist {
		padding: 0;
	}


	.hy_box_item .hy_image {
		display: none;
	}

	.hy_new_text {
		width: 100%;
		padding: 3px 0px;
		height: 33px;
	}

	.brand_box ul li {
		width: 25%;
		float: left;
		padding: 10px;
	}

	.cplist {
	    width: 100%;
	    float: right;
	    margin-top: 2%;
	}
	.fltree ul li {
    float: left;
    width: 33%;
    text-align: left;
    text-indent: 1em;
    padding: 1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #e5e5e5;
    transition: all 0.3s;
}

	.xh {
		width: 100%;
		float: left;
		padding: 10px 5px 10px;
	}

	.hy_new_text a h4 {
		font-size: 15px;
		/* font-weight: 600; */
		color: #fff;
		text-transform: capitalize;
		padding-bottom: 8px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 0;
		width: 69%;
		float: left;
	}

	.hy_new_text a span {
		float: right;
		line-height: 35px;
		width: 26%;
		color: #fff;
	}
	.ApplyArea .applylist_box img {
	    width: 100%;
	    height: 128px;
	    transition: all 400ms linear 0s;
	}
}
